home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armed Forces Navy Canada Demo Disc
/
CF_FC.bin
/
pc
/
07_Contact_FR.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-06-18
|
302b
|
13 lines
on(release){
if(System.capabilities.playerType == "StandAlone")
{
loadMovieNum("06_VirtualTour_FR.swf",1,"GET");
}
else if(System.capabilities.playerType == "ActiveX")
{
_root.gotoAndStop(1);
unloadMovieNum(1);
getUrl("vt_FR.html", "_parent");
}
}